projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a102f47
)
better messaging when load native elisp
author
Andrea Corallo
<andrea_corallo@yahoo.it>
Sun, 1 Sep 2019 10:40:54 +0000
(12:40 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:41 +0000
(11:37 +0100)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 1a5074cb70bdd8f2ecae5a6e51c46f6dea69f118..b10743f980c566fc369d6f89ef432f77d6f375aa 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1534,6
+1534,8
@@
Return t if the file exists and loads successfully. */)
file, 1);
else if (is_module)
message_with_string ("Loading %s (module)...done", file, 1);
+ else if (is_native_elisp)
+ message_with_string ("Loading %s (native compiled elisp)...done", file, 1);
else if (!compiled)
message_with_string ("Loading %s (source)...done", file, 1);
else if (newer)